-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
investigate bsd issue (refs #16282) #17801
Conversation
You cannot anymore. Only my PRs are checked for BSDs as Sourcehut complained about the tremendous resource consumptions that the Nim project causes. No, I'm not kidding. |
I'm aware of that issue, but the fact that only 1 person can run BSD tests is not good; there's a huge difference between running bsd CI in all PR's on each commit, vs allowing an opt-in I'm fairly certain @ddevault would be ok with that? /cc @ddevault |
Hm, not really. |
So how do we proceed on our end? All that's needed is an opt-in way to allow running CI against our builds.sr.ht pipelines; it's expected to not be frequently used so shouldn't result in large resource use. If |
It's not about the resource use, it's about the design and maintenance cost of an on-demand feature. |
Not really, the members of Nim-lang can create a new branch, then the PR can be checked on BSDs too. So you need to clone the nim-lang/Nim directly and make a new branch then push it. |
@Araq I'm trying to understand the BSD issue mentioned in #16282 (comment)
how do i make bsd CI run in this PR?
(BSD CI is running in #16282 but not in this PR which is identical except for last commit)